del, erase

Deletes files.
   del [d:][path]file [options]
   erase [d:][path]file [options]

Options:

  d:path\file
  A file to delete.  A period may be used to specify all files in the
  current directory, and is the same as *.*

  /p
  Prompt before deleting the file.

Copyright © 1998 Jim Hall
This file is derived from the FreeDOS Spec Command HOWTO. See the file H2Cpying.txt for copying conditions.